body{
    background-color: rgb(255, 255, 255);
}

.head{
    color: rgb(0, 0, 0);
    position: relative;
}


#nav {
    display: flex; 
    justify-content: flex-end; 
    background-color: rgb(255, 255, 255);
}

button {
    background-color: rgb(164, 184, 231);
    padding: 12px 28px;

}


.pro {
  float: right;
  border-radius: 50%;
}

.clear {
    clear: both;
}

.imgbody{
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
}

.mestudy{
    padding-top: 40px;
    padding-bottom: 40px;
}

.education{
    padding-left: 20px;
    padding-bottom: 35px;
}

.column{
    float: right;
    width: 30%;
}

.canda {
    outline-style: solid;
}

.list{
    outline-style: solid;
    outline-width: 2px ;
}





.acc{
    padding-left: 30px;
}